home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / AudioApps / Resound / ChangeFrequencyNoTimeModule.h < prev    next >
Text File  |  1992-12-20  |  245b  |  18 lines

  1.  
  2. /* A Desperate attempt at Frequency changing without time change.  A module. */
  3.  
  4. #import "Module.h"
  5.  
  6. @interface ChangeFrequencyNoTimeModule:Module
  7. {
  8. }
  9.  
  10. - Double:sender;
  11. - Halve:sender;
  12.  
  13. /* Implemented Internally */
  14. - Double16;
  15. - Double8;
  16.  
  17. @end
  18.